🕸️ Ada Research Browser

scenario-a.md
← Back

Scenario A: Project Onboarding (Project Helios)

Duration

10 minutes total

Objective

Show how a new research project is onboarded with identity, scheduler policy, and storage access controls in a single automated workflow.

Presenter Flow

  1. Explain starting state: cluster is running and no helios artifacts exist.
  2. Run onboarding playbook: bash cd demo/vagrant ANSIBLE_CONFIG=ansible.cfg ansible-playbook ../playbooks/scenario-a-onboard.yml -i inventory/hosts.yml
  3. Verify FreeIPA group and users.
  4. Verify Slurm QOS.
  5. Verify project storage path and ACL.

Talking Points

Expected Output

Verification Commands

vagrant ssh mgmt01 -c "ipa group-show helios"
vagrant ssh mgmt01 -c "ipa user-show alice_helios"
vagrant ssh mgmt01 -c "ipa user-show bob_helios"
vagrant ssh mgmt01 -c "sacctmgr show qos project-helios"
vagrant ssh mgmt01 -c "getfacl /shared/projects/helios"

Timing Notes

Presenter Notes